Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore(deps): update dependency eslint-config-love to v89 #3519

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Oct 19, 2024

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
eslint-config-love ^43.1.0 -> ^89.0.0 age adoption passing confidence
eslint-config-love ^57.0.0 -> ^89.0.0 age adoption passing confidence

Release Notes

mightyiam/eslint-config-love (eslint-config-love)

v89.0.0

Compare Source

⚠ BREAKING CHANGES
Features

v88.0.0

Compare Source

⚠ BREAKING CHANGES
Features

v87.0.0

Compare Source

⚠ BREAKING CHANGES
  • package is in ecmascript module format
Features

v86.1.1

Compare Source

Bug Fixes

v86.1.0

Compare Source

Features

v86.0.0

Compare Source

⚠ BREAKING CHANGES
  • linterOptions.reportUnusedDisableDirectives error
Features
  • linterOptions.reportUnusedDisableDirectives error (8ce4578), closes #​1513

v85.0.0

Compare Source

⚠ BREAKING CHANGES
  • peerDep eslint ^9.0.0
  • dep eslint-plugin-import ^2.31.0
Features

v84.1.1

Compare Source

Bug Fixes
  • bump incorrect typescript-eslint peerDep (5d1261f)

v84.1.0

Compare Source

Features

v84.0.0

Compare Source

⚠ BREAKING CHANGES
  • no-new-native-nonconstructor
Features
  • no-new-native-nonconstructor (a2b4e4b)

v83.0.0

Compare Source

⚠ BREAKING CHANGES
Features

v82.0.0

Compare Source

⚠ BREAKING CHANGES
Features

v81.0.0

Compare Source

⚠ BREAKING CHANGES
Features

v80.0.0

Compare Source

⚠ BREAKING CHANGES
Features

v79.0.0

Compare Source

⚠ BREAKING CHANGES
Features

v78.0.0

Compare Source

⚠ BREAKING CHANGES
Features

v77.0.0

Compare Source

⚠ BREAKING CHANGES
Features

v76.0.0

Compare Source

⚠ BREAKING CHANGES
Features

v75.0.0

Compare Source

⚠ BREAKING CHANGES
Features

v74.0.0

Compare Source

⚠ BREAKING CHANGES
Features

v73.0.0

Compare Source

⚠ BREAKING CHANGES
Features

v72.0.0

Compare Source

⚠ BREAKING CHANGES
Features

v71.0.0

Compare Source

⚠ BREAKING CHANGES
  • @​typescript-eslint/no-unnecessary-parameter-property-assignment
Features
  • @​typescript-eslint/no-unnecessary-parameter-property-assignment (674dddc)

v70.0.0

Compare Source

⚠ BREAKING CHANGES
Features

v69.0.0

Compare Source

⚠ BREAKING CHANGES
Features

v68.0.0

Compare Source

⚠ BREAKING CHANGES
Features

v67.0.0

Compare Source

⚠ BREAKING CHANGES
Features

v66.0.0

Compare Source

⚠ BREAKING CHANGES
Features

v65.0.0

Compare Source

⚠ BREAKING CHANGES
Features

v64.0.0

Compare Source

⚠ BREAKING CHANGES
Features

v63.0.0

Compare Source

⚠ BREAKING CHANGES
Features

v62.0.1

Compare Source

Bug Fixes

v62.0.0

Compare Source

⚠ BREAKING CHANGES
Features

v61.0.0

Compare Source

⚠ BREAKING CHANGES
Features

v60.0.0

Compare Source

⚠ BREAKING CHANGES
Features

v59.0.0

Compare Source

⚠ BREAKING CHANGES
Features

v58.0.0

Compare Source

⚠ BREAKING CHANGES
Features

v57.0.0

Compare Source

⚠ BREAKING CHANGES
Features

v56.0.0

Compare Source

⚠ BREAKING CHANGES
  • no-var: warn -> error
Features

v55.0.0

Compare Source

⚠ BREAKING CHANGES
Features

v54.0.0

Compare Source

⚠ BREAKING CHANGES
  • deps: minimum typescript-eslint v7.14.1
Miscellaneous Chores
  • deps: minimum typescript-eslint v7.14.1 (a98f908)

v53.0.0

Compare Source

⚠ BREAKING CHANGES
  • deps: exported value type declared, not inferred
chore
  • deps: update dependency typescript-eslint to v7.12.0 (0788ddc)
Build system / dependencies
  • deps: bump braces from 3.0.2 to 3.0.3 (006ca4f)
  • explicit devDep conventional-changelog-conventionalcommits (a0acf54)
Testing

v52.0.0

Compare Source

⚠ BREAKING CHANGES
  • deps: typescript-eslint minimum v7.11.0
Features
  • deps: update dependency typescript-eslint to v7.11.0 (abd1b76)
Bug fixes
  • deps: typescript-eslint minimum v7.11.0 (57f8339)

v51.0.1

Compare Source

Bug fixes

v51.0.0

Compare Source

⚠ BREAKING CHANGES
  • rules: No use of deprecated rules. Most notably, all formatting rules
    are removed. Please use a formatter, such as dprint, tsfmt and prettier.
Features
  • rules: no use of deprecated rules (6db9c2b)

v50.0.0

Compare Source

⚠ BREAKING CHANGES
  • deps: update dependency eslint-plugin-n to v17
chore
  • deps: update dependency eslint-plugin-n to v17 (3d6821a)

v49.0.0

Compare Source

⚠ BREAKING CHANGES
  • deps: drop support for eslint-plugin-n v15
chore
  • deps: drop support for eslint-plugin-n v15 (d471d9f)
Build system / dependencies
  • renovate: fix outdated typescript-eslint settings (c88d092)

v48.0.0

Compare Source

⚠ BREAKING CHANGES
Build system / dependencies
  • use semantic-release/commit-analyzer preset (790b662)
Features
Testing
  • rm redundant parserOptions test (0e49fea)

v47.0.0

Compare Source

⚠ BREAKING CHANGES
  • no longer provides env nor globals.
Features
  • do not specify env nor globals (53802ac)

v46.0.0

Compare Source

⚠ BREAKING CHANGES
  • (trying to) specify all options for rules that are used.
    Most likely will not affect you.
Features
Testing
  • exported value deep equality (c869c59)

v45.0.0

Compare Source

⚠ BREAKING CHANGES
  • all rule configs are arrays.
    This is a breaking change only if you are importing and processing the
    exported value yourself. Otherwise, this shouldn't affect you. Sorry for
    the major bump. Just being careful.
Features
  • all rule configs are arrays (9738761)
Refactoring
  • no extend from eslint-config-standard (065ce30)
Testing
  • rule todo list for eslint core & all plugins (8c84a0e)

v44.0.0

Compare Source

⚠ BREAKING CHANGES
Build system / dependencies
  • ci: "ci" job explicitly fails if test matrix fails (7dddb49)
  • ci: ci workflow if not cancelled (43b73e8)
  • ci: release from branch main (03a84a5)
  • nix: replace flake.nix with shell.nix (023d0b0)
  • shell.nix: nodejs_latest (75d18a0)
  • shell.nix: typescript-language-server (662a8f4)
Features
Testing
  • expected resolved config rules (593ac1b)

Configuration

📅 Schedule: Branch creation - "every weekend" in timezone Europe/Paris, Automerge - At any time (no schedule defined).

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

Rebasing: Whenever PR is behind base branch, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this PR and you won't be reminded about these updates again.


  • If you want to rebase/retry this PR, check this box

This PR was generated by Mend Renovate. View the repository job log.

@renovate renovate bot added the dependencies Pull requests that update a dependency file label Oct 19, 2024
Copy link

socket-security bot commented Oct 19, 2024

Report too large to display inline

View full report↗︎

@codecov-commenter
Copy link

codecov-commenter commented Oct 19, 2024

⚠️ Please install the 'codecov app svg image' to ensure uploads and comments are reliably processed by Codecov.

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 67.30%. Comparing base (2ee9ce1) to head (6b99279).

❗ Your organization needs to install the Codecov GitHub app to enable full functionality.

Additional details and impacted files

Impacted file tree graph

@@           Coverage Diff           @@
##           master    #3519   +/-   ##
=======================================
  Coverage   67.30%   67.30%           
=======================================
  Files         895      895           
  Lines       14769    14769           
  Branches     2110     2101    -9     
=======================================
  Hits         9940     9940           
  Misses       4659     4659           
  Partials      170      170           

Continue to review full report in Codecov by Sentry.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update 2ee9ce1...6b99279. Read the comment docs.

Copy link

sonarcloud bot commented Oct 19, 2024

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Pull requests that update a dependency file
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant